home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / guess.swf / scripts / DefineButton2_100 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-11-28  |  212b  |  10 lines

  1. on(release){
  2.    var i = _root.dropChapters;
  3.    while(i < _root.howManyChapters)
  4.    {
  5.       this["chapter" + i].arrow_mc._visible = 0;
  6.       this["chapter" + i].chapter_txt._alpha = 50;
  7.       i++;
  8.    }
  9. }
  10.